From fd36c0493a0945d272358cbae9782119316553cc Mon Sep 17 00:00:00 2001 From: Mattes D Date: Wed, 9 Nov 2022 10:32:56 +0100 Subject: Fixed nonsensical comment. --- src/Protocol/Protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Protocol/Protocol.h b/src/Protocol/Protocol.h index f1d85f014..4bcbd4f1a 100644 --- a/src/Protocol/Protocol.h +++ b/src/Protocol/Protocol.h @@ -330,7 +330,7 @@ public: Pose }; - // TODO: these constants should be in WebServer + /** The protocol version number, received from the client in the Handshake packet. */ enum class Version { v1_8_0 = 47, -- cgit v1.2.3